Vcenter ConsumptionDomains Zones Capacity Summary Info
The Vcenter ConsumptionDomains Zones Capacity Summary Info schema contains information about capacity of a resource in a vSphere Zone.
This schema was added in vSphere API 9.1.0.0.
{
"cpu": {
"total": 0,
"reserved": 0,
"consumed": 0
},
"memory": {
"total": 0,
"reserved": 0,
"consumed": 0
},
"vm_resource_profiles": {
"vm_resource_profiles": {
"total": 0,
"reserved": 0,
"consumed": 0
}
}
}
CPU capacity information of the vSphere Zone, units are MHz.
This property was added in vSphere API 9.1.0.0.
Memory capacity information of the vSphere Zone, units are MiB.
This property was added in vSphere API 9.1.0.0.
VmResourceProfile capacity information of the vSphere Zone, units are in number of instances.
This property was added in vSphere API 9.1.0.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vcenter.VmResourceProfile. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vcenter.VmResourceProfile.